Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait until after delete step to check that linodeCluster still exists #95

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

eljohnson92
Copy link
Collaborator

This PR fixes an issue where checking for a cluster existing happens while stuff is in the process of deleting and some resources don't get deleted. just move the check until after we validate if we are doing a delete operation. this also changes the tagging in cloud manager to be based on cluster name instead of uuid for easier readability.

@eljohnson92 eljohnson92 force-pushed the fix_cluster_delete branch 2 times, most recently from 07002ce to 56c69d5 Compare February 8, 2024 21:27
@eljohnson92 eljohnson92 force-pushed the fix_cluster_delete branch 2 times, most recently from dc4dfd0 to 10f0008 Compare February 8, 2024 21:48
Copy link
Contributor

@AshleyDumaine AshleyDumaine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally and works for me 👍

…. tag resources by cluster label instead of UUID
@eljohnson92 eljohnson92 merged commit 1b008f0 into main Feb 9, 2024
6 checks passed
@eljohnson92 eljohnson92 deleted the fix_cluster_delete branch February 9, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants